CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - matlab pso

搜索资源列表

  1. pso

    0下载:
  2. PSO,A GOOD SOURCE IN MATLAB FROM IEEE.
  3. 所属分类:matlab

    • 发布日期:2017-05-01
    • 文件大小:762859
    • 提供者:halrq
  1. PSO

    0下载:
  2. 带交叉因子的PSO算法,求解函数极值,在matlab中实现-PSO
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-13
    • 文件大小:1736
    • 提供者:WUYAN
  1. PSOFuzzyModeler

    1下载:
  2. Fuzzy PSO算法仿真源代码,实现模糊蚁群优化算法的仿真。-Fuzzy PSO algorithm
  3. 所属分类:source in ebook

    • 发布日期:2017-05-13
    • 文件大小:3196508
    • 提供者:sukuifeng
  1. pso

    0下载:
  2. 基础的PSO算法程序,可以方便的解决优化问题,也可以在此基础上方便的进行改进-Based on PSO algorithm program, you can easily solve the optimization problem, on this basis can also be easily be improved
  3. 所属分类:Other systems

    • 发布日期:2017-04-01
    • 文件大小:53822
    • 提供者:段昊
  1. PS0-SVR

    4下载:
  2. :针对发酵过程中生物参数难以实时在线测量的问题,建立了用于生物参数状态预估的 支持向量机软测量模型。考虑到该支持向量回归(SVR)模型的复杂性和冷化特征取决于其三 个参数 ,c, 能否取到最优值,采用粒子群优化(PSO)算法实现对参数 ,c, 的同时寻优。在 此基础上,以饲料用 .甘露聚糖酶为对象,建立了基于PSO—SVR的发酵过程产物浓度状态预估 模型。发酵罐控制结果表明:该模型具有很好的学习精度和泛化能力,可实现对 .甘露聚糖酶 产物浓度的实时在线预估。-In
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2014-03-16
    • 文件大小:231055
    • 提供者:11
  1. pso

    0下载:
  2. 粒子优化通用程序,可以在MATLAB上运行-PSO
  3. 所属分类:matlab

    • 发布日期:2017-04-11
    • 文件大小:866
    • 提供者:wupeng
  1. psotb-beta-0.3

    0下载:
  2. 粒子群算法(pso)的matlab工具箱,里面有详细的使用说明-toolbox for particle swarm optimum
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-30
    • 文件大小:53942
    • 提供者:shiwy
  1. MATLAB

    0下载:
  2. PSO算法,标准的粒子群 算法,标准的粒子群 算法,-PSO,slkdndmndmnd.ldd lkdl k
  3. 所属分类:software engineering

    • 发布日期:2017-04-14
    • 文件大小:2701
    • 提供者:小廖
  1. 2

    0下载:
  2. 采用速度-位置模型,把优化问题空间转化为随机粒子空间,通过反复迭代寻找最优解,可用于基于pso移动机器人地图创建-Use of speed- location model, the optimization problem space into a random particle space, through repeated iterations to find the optimal solution can be used for mobile robot map building bas
  3. 所属分类:Special Effects

    • 发布日期:2017-04-09
    • 文件大小:185008
    • 提供者:
  1. pso

    0下载:
  2. pso(粒子群算法)优化神经网络 MATLAB的m 文件
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-02
    • 文件大小:781572
    • 提供者:caini2008
  1. based-PSO

    0下载:
  2. PSO源程序,可以任意优化两维数据点和多维数据点,在优化多维数据时,要将初始矩阵变成多维矩阵-PSO source code, you can optimize an arbitrary two-dimensional data point and multi-dimensional data points, in the optimization of multi-dimensional data, to the initial matrix into a multi-dimensional
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:19401
    • 提供者:司绪飞
  1. pso

    0下载:
  2. pso algorithme NOTE: THIS IS AN ALPHA RELEASE. FOR TESTING ONLY. 1. Installation: -Unzip and copy the files to a folder (directory). -Add the path to Matlab. (File>Set Path>Add with Subfolders) -Read help for get_psoOptions.m an
  3. 所属分类:Algorithm

    • 发布日期:2017-03-23
    • 文件大小:2635
    • 提供者:mlaouhi
  1. pso

    0下载:
  2. 粒子群聚类算法-Particle cluster-like algorithm
  3. 所属分类:matlab

    • 发布日期:2017-04-08
    • 文件大小:1219
    • 提供者:kong
  1. liziqun

    0下载:
  2. 该代码是由matlab编写的。粒子群是一种快速优化方法。能大量节省计算机运行时间。-The code is written in matlab. PSO is a fast optimization method. It can save computer time.
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:4909
    • 提供者:王家友
  1. pso

    4下载:
  2. 粒子群优化算法是一种进化优化技术,源于对鸟群扑食的行为,是一种基于迭代的优化工具。此文件提供了基本粒子群算法、带压缩因子的粒子群算法、二阶粒子群算法、二阶振荡粒子群算法、权重改进的粒子群算法、混沌粒子群算法、基于杂交的粒子群算法、基于模拟退火的粒子群算法的MATLAB源代码。-PSO is an evolutionary optimization technique, derived from the behavior of the birds of prey, is based on iter
  3. 所属分类:matlab

    • 发布日期:2015-09-25
    • 文件大小:16769
    • 提供者:熊杰
  1. Hybrid-PSO

    1下载:
  2. 基于matlab的混合粒子群算法,供算法应用学习者参考。-Matlab-based hybrid particle swarm algorithm, algorithm is used for learner reference.
  3. 所属分类:AI-NN-PR

    • 发布日期:2016-09-24
    • 文件大小:3732
    • 提供者:zangtianlei
  1. Matlab

    0下载:
  2. 这是Matlab求解0-1整数线性规划,可以参考-good
  3. 所属分类:Other systems

    • 发布日期:2017-04-06
    • 文件大小:39473
    • 提供者:longdaping
  1. C_PS_matlab

    1下载:
  2. 粒子群聚类算法:改进原有PSO算法,加速收敛迭代达到全局最优点-Particle clustering algorithms: the original PSO algorithm to improve and accelerate convergence to the global optimal point iteration
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-02
    • 文件大小:1230
    • 提供者:小乱
  1. pso

    0下载:
  2. Matlab PSO微粒群算法程序(优化函数极值)-Matlab PSO PSO procedure (optimization function extreme value)
  3. 所属分类:matlab

    • 发布日期:2017-04-08
    • 文件大小:1520
    • 提供者:zmw
  1. (pso)matlab[matlab]

    0下载:
  2. 这是粒子群较详细的工具箱,有不同的应用,并且有实例-This is a more detailed PSO toolbox, there are different applications and have examples of
  3. 所属分类:Other systems

    • 发布日期:2017-03-24
    • 文件大小:57406
    • 提供者:pengweiwei
« 1 2 3 4 5 6 78 9 10 11 12 ... 50 »
搜珍网 www.dssz.com